Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

[Fix] Column width not responding to colspan #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[Fix] Column width not responding to colspan #26

wants to merge 1 commit into from

Conversation

JeremieConstant
Copy link

When using GridElements you couldn't get unequal length columns in the backend using colspan = 2 or higher.
This fix removes the column width override so you can use backendlayouts with colspan and gridelements together.

When using GridElements you couldn't get unequal length columns in the backend using colspan = 2 or higher.
This fix removes the column width override so you can use backendlayouts with colspan and gridelements together.
@Bunnyfield
Copy link
Contributor

This is not to be changed, since a fixed width can not be used together with nested content columns. So width:auto must stay as is. Anyway: Colspan has nothing to with a fixed width anyway, since it just tells a cell how it has to behave corresponding to the underlying grid and to other cells.

BTW: Please use the official issue tracker for reports or change requests, since this is just a mirror of the official TYPO3 git.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants